When introduced this limit was an int but was then changed to hex
without noting as much in the prompt nor changing existing users. Put
this back to an int.
Reported-by: Fabio Estevam <[email protected]>
Tested-by: Fabio Estevam <[email protected]>
Fixes: 2577015dc5c4 ("spl: add overall SPL size check")
Signed-off-by: Tom Rini <[email protected]>
and the Linux Kernel. If unsure, say Y.
config SPL_SIZE_LIMIT
- hex "Maximum size of SPL image"
+ int "Maximum size of SPL image"
depends on SPL
default 0
help